admin: Extract ot_admin_join_config_lines() helper function
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Tue, 20 Aug 2013 15:54:59 +0000 (17:54 +0200)
committerColin Walters <walters@verbum.org>
Tue, 20 Aug 2013 17:00:19 +0000 (13:00 -0400)
commitcf14b398da3a28eb8d13d5fb1ca88a489a5df000
treed0d615c957f58cee423ba260b37b323ff38451ca
parent2033edc6581f9a9a521de9370afb194a85e607ed
admin: Extract ot_admin_join_config_lines() helper function

ot-bootloader-syslinux.c has a join_lines() function that is rather
generic and can be used in other places. Let's add it as a helper
function.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=706370
src/ostree/ot-admin-functions.h
src/ostree/ot-admin-util.c
src/ostree/ot-bootloader-syslinux.c